Crate cid

source ·
Expand description

cid

Implementation of cid in Rust.

Re-exports

pub use multibase;
pub use multihash;

Structs

Representation of a CID.

Enums

Error types
The version of the CID.

Type Definitions

A Cid that contains a multihash with an allocated size of 512 bits.
Type alias to use this library’s Error type in a Result.